* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
authorKevin Ryde <user42@zip.com.au>
Mon, 16 Nov 2009 22:59:09 +0000 (22:59 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 16 Nov 2009 22:59:09 +0000 (22:59 +0000)
(lm-keywords-list): Allow comma-only separator like "foo,bar".
Ignore trailing spaces by omit-nulls to split-string (fixing
regression from Emacs 21 due to the incompatible split-string
change).  (Bug #4928.)

lisp/ChangeLog

index cfe1492a962df0e49dc6603ae40a3b4d93b7e9a6..5c657be31803a28de5ff8246ead14892694ab0e7 100644 (file)
@@ -4,6 +4,12 @@
        `sgml-lexical-context' instead of own parse for tag.  (Further to
        Bug#4511).
 
+       * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
+       (lm-keywords-list): Allow comma-only separator like "foo,bar".
+       Ignore trailing spaces by omit-nulls to split-string (fixing
+       regression from Emacs 21 due to the incompatible split-string
+       change).  (Bug #4928.)  
+
 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el (vc-log-show-limit): Default to 2000.